home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / scr210a.zip / BUFFIT.DOC < prev    next >
Text File  |  1993-01-23  |  3KB  |  45 lines

  1.  
  2. BUFFIT a screen text capturing program by: D.T.Hamilton.
  3.  
  4. How many times have you done a 'dir' and had the top few filenames scroll
  5. off the top of your screen and wished you could get them back?  Or you are
  6. working in debug and you have just traced 10 more instructions and wished
  7. you could see what the registers were before you traced the 10 instructions?
  8. How about when you 'type' a long text file and want to re-read one of the
  9. first lines after they are gone?
  10.  
  11. To solve these and other problems I have written a program called BUFFIT.
  12. BUFFIT becomes memory resident and can be invoked whenever a program is
  13. awaiting keyboard input by typing Alt-F9 (hold down the Alt key and push the
  14. F9 function key). BUFFIT will capture all text output through DOS but not 
  15. text output directly to the video buffer or through Interupt 10H (a future
  16. version will have an option to capture INT 10H). Once BUFFIT has been invoked
  17. you may move through the captured text a single line at a time or a page at a
  18. time. You can also go directly to the top or bottom of the capture buffer.
  19. There are options to clear the capture buffer, print the capture buffer and
  20. toggle the capture state on or off. Help for the exact keys that perform
  21. these functions may be obtained by typing a ? when BUFFIT is invoked. To
  22. return to your application where you left off ESC will leave BUFFIT.
  23.  
  24. BUFFIT will run on any IBM or compatible with either a color or monochrome
  25. monitor. BUFFIT will use about 28K of resident memory (this is enough to 
  26. capture about 15 - 25 pages of screen text). To load BUFFIT type the command
  27. BUFFIT from your DOS prompt or put BUFFIT in your autoexec.bat file if you
  28. have one. Note that BUFFIT must be in your current directory or in your DOS
  29. search path to load succesfully. You need only load BUFFIT once and it will
  30. remain in memory until the next time you re-boot. Note that if you are using
  31. a memory resident command line capture/edit program like DOSEDIT, CED or
  32. SUPERKEY that these programs should be loaded BEFORE you load BUFFIT for the
  33. best performance. Remember, once loaded you must press Alt-F9 to invoke
  34. BUFFIT and review captured text, once invoked ? will give help and ESC will
  35. exit back to whatever you were doing before you pressed Alt-F9.
  36.  
  37. I hope you enjoy this program and find it as usefull as I do. If you find 
  38. that you do please send a $10 or more donation. Please feel free to drop me
  39. a line if you have any problems or suggestions.
  40.  
  41.                                            David T. Hamilton
  42.                                            7000 Etiwanda #20
  43.                                            Reseda, CA. 91335
  44.  
  45.